home *** CD-ROM | disk | FTP | other *** search
- Clock = {
- ACTIONS = {
- increaseSecond:;
- decreaseHour:;
- decreaseSecond:;
- increaseDay:;
- stopClock:;
- increaseMinute:;
- decreaseMinute:;
- decreaseDay:;
- startClock:;
- increaseHour:;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- monitorOwner = {
- ACTIONS = {
- newBackgroundColor:;
- newAutoDimTime:;
- adtEnabled:;
- newVolume:;
- newBrightness:;
- newMute:;
- };
- OUTLETS = {
- adtSlider;
- monitorStrings;
- vSlider;
- window;
- adtForm;
- adtClock;
- bSlider;
- muteSwitch;
- backColorWell;
- adtSwitch;
- };
- SUPERCLASS = Object;
- };
-